GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GetTextOccurrenceCount_2 Method





In This Topic
GetTextOccurrenceCount_2 Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function GetTextOccurrenceCount_2( _
   ByVal Page As Integer, _
   ByVal Text As String, _
   ByVal CaseSensitive As Boolean, _
   ByVal WholeWords As Boolean, _
   ByVal OrdinalComparison As Boolean _
) As Integer
public int GetTextOccurrenceCount_2( 
   int Page,
   string Text,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison
)
public function GetTextOccurrenceCount_2( 
    Page: Integer;
    Text: String;
    CaseSensitive: Boolean;
    WholeWords: Boolean;
    OrdinalComparison: Boolean
): Integer; 
public function GetTextOccurrenceCount_2( 
   Page : int,
   Text : String,
   CaseSensitive : boolean,
   WholeWords : boolean,
   OrdinalComparison : boolean
) : int;
public: int GetTextOccurrenceCount_2( 
   int Page,
   string* Text,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison
) 
public:
int GetTextOccurrenceCount_2( 
   int Page,
   String^ Text,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison
) 

Parameters

Page
Text
CaseSensitive
WholeWords
OrdinalComparison
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members